-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove log stream and settings #204115
Remove log stream and settings #204115
Conversation
/ci |
/ci |
/ci |
/ci |
/ci |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x-pack/test/upgrade/config.ts
changes LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, that's a hefty number of removed lines 👏 I left just a few questions below.
If I'm not mistaken there are a few things in logs_shared
we could also remove:
- the routes in
x-pack/platform/plugins/shared/logs_shared/server/routes/log_entries
along with their API types incommon
- the component
WithSummary
exported bylogs_shared/public
But feel free to delay that to a later PR if you prefer.
x-pack/solutions/observability/plugins/infra/public/pages/logs/page_content.tsx
Show resolved
Hide resolved
🤔 It's probably unrelated to these changes, but the shared Logs Stream component in APM trace details throw a |
This should be fixed by #205918 |
Thank you for the review! More code was removed by 1072277 |
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Public APIs missing exports
Page load bundle
Unknown metric groupsAPI count
async chunk count
ESLint disabled in files
ESLint disabled line counts
Total ESLint disabled count
History
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for thoroughly following the unused imports as well!
I don't understand why the async logsShared
bundles supposedly got larger due to this change. 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
cc @tonyghiani in case you have any thoughts as you were recently working on async bundles |
My take is that something that was added to the initial bundle before is now only imported dynamically. |
Removes the code used to render the log stream and settings pages. The following areas have been checked: - Log stream embeddable (dashboard of the `cisco_meraki` integration) - Log stream shared component - Log categories - Log anomalies https://github.com/user-attachments/assets/2bc0763d-3def-4c4b-b50a-21c17976a596 Closes elastic#204005 --------- Co-authored-by: kibanamachine <[email protected]>
Removes the code used to render the log stream and settings pages.
The following areas have been checked:
cisco_meraki
integration)Screen.Recording.2024-12-12.at.18.52.38.mov
Closes #204005